home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / NEW_MANUAL / GetEnv_ADDENDUM < prev    next >
Text File  |  1990-06-22  |  2KB  |  44 lines

  1.  
  2.  
  3.  
  4.      GetEnv(39.0)      ARP Programmers Manual      GetEnv(39.0)
  5.  
  6.  
  7.  
  8.      ADDENDUM FOR
  9.       GetEnv -- Get    the value of an    environment variable
  10.  
  11.      FUNCTION
  12.       In V39.0 of arp.library, the GetEnv function call has been
  13.       enhanced such that it will read BOTH the MANX/Rokicki
  14.       format environment variables, as well as the new ENV:
  15.       environment variables which have been adopted by Commodore.
  16.       This will allow you to merge the two formats of environment
  17.       variables, so that applications which use the ARP GetEnv()
  18.       will be assured of working under both environments.
  19.  
  20.       The current implementation of SetEnv() is still using the
  21.       MANX/Rokici format environment variables, which are faster
  22.       and more efficient than the current ENV: implementations
  23.       for temporary environment variables.  In a future
  24.       implementation, as more programs make the transition to the
  25.       new ENV: format and when a real ENV: handler is released by
  26.       Commodore, the ARP environment variable functions will be
  27.       changed internally to use ENV: exclusively.  Applications
  28.       programs which use ARP GetEnv() and SetEnv() will
  29.       automatically continue to work with any new implementation,
  30.       since the calling procedures will remain the same as the
  31.       current specifications.
  32.       
  33.       NOTE one change in the specification for GetEnv()'s calling
  34.       procedure is that it is NO LONGER RECOMMENDED to use the
  35.       zero-length buffer within a FORBID() context to get direct
  36.       access to the MANX/Rokicki environment variable.  If you
  37.       use this technique, your program will NOT be able to find
  38.       environment variables which use ENV:, and since that is
  39.       anticipated to be the only implementation in the next ARP
  40.       release, it will mean that your application would no longer
  41.       be able to find it's environment variables.
  42.  
  43.  
  44.